home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
GRETTON
/
LPRFRONT
/
!LPR
/
Library
/
ChgMisc
next >
Wrap
Text File
|
1997-05-09
|
2KB
|
42 lines
Changes to MiscLib
—————————————————————
MiscLib written by Liam Gretton
v1.12 - 09/05/97 - Added FNMisc_RMEnsure(), checks for the presence/version of a specified
relocatable module.
v1.11 - 11/04/97 - Added FNMisc_Stamp() which takes a pathname and returns its datestamp as
a string.
v1.10 - 03/04/97 - Altered FNMisc_String0, which now simply calls OS_GenerateError.
- Added FNMisc_Binary1 and Binary2 for converting numbers to binary.
- Added FNMisc_StrLWr and FNMisc_StrUpr for converting strings' cases.
v1.09 - 13/02/97 - Added PROCMisc_Replace which does substition of substrings.
v1.08 - 15/11/96 - Added FNMisc_Path, which takes a pathname and returns everything but the
leaf.
v1.07 - 11/11/96 - Added PROCMisc_Init which DIMs a couple of global areas for workspace.
v1.06 - 05/11/96 - Added FNMisc_FileSize, which returns a textual description of a file's
(numerical) size.
v1.05 - 23/10/96 - Added return value for RISC OS 3.70 to FNMisc_CheckOS, so the library now
works ok with the new OS.
- Altered PROCMisc_SetupHeap so that it uses the '_TaskName' token for
naming a dynamic area.
v1.04 - 21/09/96 - Added FNMisc_Debug which writes a string to a debug file in the current
directory. So far it seems pretty much bullet-proof.
v1.03 - 16/09/96 - Added FNMisc_CheckEnv, which returns the command tail of the main program
when run. This will usually be a filename.
v1.02 - 10/09/96 - Added FNMisc_FiletypeS and FNMisc_FiletypeN which convert filetypes
between text and numerical values.
v1.01 - 30/08/96 - Added FNMisc_Leaf which returns the leafname of pathnames. Assumes the
directory separator is a period.